|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.text.FindReplaceOperationCode
Enumeration type declaring the available findReplace operation codes.
org.eclipse.jface.text.FindReplaceDocumentAdapter#findReplace(int, String, String, boolean, boolean, boolean, boolean, int)
Field Summary | |
static FindReplaceOperationCode |
FIND_FIRST
findReplace operation code used to find the first match. |
static FindReplaceOperationCode |
FIND_NEXT
findReplace operation code to find the next match. |
static FindReplaceOperationCode |
REPLACE
findReplace operation code to replace the current match. |
static FindReplaceOperationCode |
REPLACE_FIND_NEXT
findReplace operation code to replace the current match and find the next one. |
Method Summary | |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final FindReplaceOperationCode FIND_FIRST
public static final FindReplaceOperationCode FIND_NEXT
public static final FindReplaceOperationCode REPLACE
FIND_FIRST
or FIND_NEXT
operation.
public static final FindReplaceOperationCode REPLACE_FIND_NEXT
FIND_FIRST
or FIND_NEXT
operation.
Method Detail |
public String toString()
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |